allowFieldRedraw
Type
property
Summary
Has no effect and is included in LiveCode for compatibility with imported SuperCard projects.
Syntax
set the allowFieldRedraw to {true | false}
Description
In SuperCard, the allowFieldRedraw property determines whether scrolling fields are redrawn after scrolling. In LiveCode, scrolling fields are always redrawn.
The allowFieldRedraw property is always set to false. A handler can set it to any value without causing a script error, but the actual value is not changed.
Related
command: unlock screen, lock screen
function: value
glossary: property, handler, SuperCard, LiveCode, redraw, error
object: field
Compatibility and Support
Introduced
LiveCode 1.0
Platforms
desktop
server